home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vbgui10 / form6.frm < prev    next >
Text File  |  1998-01-26  |  3KB  |  105 lines

  1. VERSION 5.00
  2. Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
  3. Begin VB.Form Form6 
  4.    Caption         =   "Drive Copy"
  5.    ClientHeight    =   3630
  6.    ClientLeft      =   2700
  7.    ClientTop       =   3135
  8.    ClientWidth     =   4680
  9.    LinkTopic       =   "Form6"
  10.    ScaleHeight     =   3630
  11.    ScaleWidth      =   4680
  12.    Begin VB.TextBox Text1 
  13.       Alignment       =   2  'Center
  14.       Height          =   1695
  15.       Left            =   2400
  16.       MultiLine       =   -1  'True
  17.       TabIndex        =   9
  18.       Text            =   "Form6.frx":0000
  19.       Top             =   720
  20.       Width           =   2055
  21.    End
  22.    Begin ComctlLib.ProgressBar ProgressBar1 
  23.       Height          =   375
  24.       Left            =   120
  25.       TabIndex        =   8
  26.       Top             =   3120
  27.       Width           =   4455
  28.       _ExtentX        =   7858
  29.       _ExtentY        =   661
  30.       _Version        =   327682
  31.       Appearance      =   1
  32.    End
  33.    Begin VB.OptionButton Option2 
  34.       Caption         =   "Delete Copied Files"
  35.       Height          =   255
  36.       Left            =   2400
  37.       TabIndex        =   7
  38.       Top             =   2640
  39.       Width           =   2055
  40.    End
  41.    Begin VB.OptionButton Option1 
  42.       Caption         =   "Copy Files"
  43.       Height          =   255
  44.       Left            =   120
  45.       TabIndex        =   6
  46.       Top             =   2640
  47.       Width           =   1935
  48.    End
  49.    Begin VB.CheckBox Check4 
  50.       Caption         =   "Include Read Only Files"
  51.       Height          =   375
  52.       Left            =   120
  53.       TabIndex        =   5
  54.       Top             =   2040
  55.       Value           =   1  'Checked
  56.       Width           =   4335
  57.    End
  58.    Begin VB.CheckBox Check3 
  59.       Caption         =   "Include Hidden Files"
  60.       Height          =   375
  61.       Left            =   120
  62.       TabIndex        =   4
  63.       Top             =   1560
  64.       Value           =   1  'Checked
  65.       Width           =   4335
  66.    End
  67.    Begin VB.CheckBox Check2 
  68.       Caption         =   "Include System files"
  69.       Height          =   375
  70.       Left            =   120
  71.       TabIndex        =   3
  72.       Top             =   1080
  73.       Value           =   1  'Checked
  74.       Width           =   4335
  75.    End
  76.    Begin VB.CheckBox Check1 
  77.       Caption         =   "Include Archive Set Files"
  78.       Height          =   375
  79.       Left            =   120
  80.       TabIndex        =   2
  81.       Top             =   600
  82.       Value           =   1  'Checked
  83.       Width           =   4335
  84.    End
  85.    Begin VB.DriveListBox Drive2 
  86.       Height          =   315
  87.       Left            =   2400
  88.       TabIndex        =   1
  89.       Top             =   120
  90.       Width           =   2175
  91.    End
  92.    Begin VB.DriveListBox Drive1 
  93.       Height          =   315
  94.       Left            =   120
  95.       TabIndex        =   0
  96.       Top             =   120
  97.       Width           =   2055
  98.    End
  99. End
  100. Attribute VB_Name = "Form6"
  101. Attribute VB_GlobalNameSpace = False
  102. Attribute VB_Creatable = False
  103. Attribute VB_PredeclaredId = True
  104. Attribute VB_Exposed = False
  105.